home *** CD-ROM | disk | FTP | other *** search
/ The Uninvited Press Kit / THE UNINVITED.iso / pc / program.dxr / Internal_12_QT Check.ls < prev    next >
Encoding:
Text File  |  2008-12-30  |  100 b   |  8 lines

  1. on exitFrame me
  2.   if QuickTimeVersion() < 5 then
  3.     go("DLQT")
  4.   else
  5.     go("Agree")
  6.   end if
  7. end
  8.